home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-08 | 426 b | 15 lines | [TEXT/MPS ] |
- /* FileM.h */
- /* Created 9/28/91 10:02 AM by AppMaker */
-
- /* This module is used only for compiling the AppMaker library.*/
- /* It is not actually part of the library. It is replaced at linktime*/
- /* by a FileM.p generated for your specific application.*/
-
- /*----------*/
- Boolean OkToOpen (OSType fType);
- void OpenDoc (Str255 fileName,
- short vRefNum);
- void OpenApp (void);
- void DoClose (void);
- void DoQuit (void);
-